cargo.git
2016-03-03 Alex CrichtonUpdate documentation link for API docs
2016-03-03 borsAuto merge of #2434 - alexcrichton:bump, r=brson
2016-03-03 Alex CrichtonBump to 0.10.0
2016-03-03 borsAuto merge of #2433 - alexcrichton:fix-lines-match...
2016-03-03 Alex CrichtonFix output matching in tests
2016-03-03 borsAuto merge of #2430 - birkenfeld:doc-menu, r=alexcrichton
2016-03-02 Georg BrandlDoc header: change Documentation to Docs to conform...
2016-02-29 borsAuto merge of #2406 - alexcrichton:download-less, r...
2016-02-26 borsAuto merge of #2419 - dikaiosune:master, r=alexcrichton
2016-02-26 Adam PerryDisambiguating docs about when environment variables...
2016-02-26 borsAuto merge of #2418 - alexcrichton:update-git2, r=alexc...
2016-02-26 Alex CrichtonUpdate dependency on git2
2016-02-26 borsAuto merge of #2397 - alexcrichton:config-verbose,...
2016-02-26 Alex CrichtonAdd configuration keys for -v, --color
2016-02-26 Alex CrichtonStop downloading all packages immediately
2016-02-26 borsAuto merge of #2398 - alexcrichton:config-env-var,...
2016-02-25 borsAuto merge of #2415 - kamalmarhubi:doc-env-var-cargo...
2016-02-25 Kamal Marhubidoc: Include CARGO_MANIFEST_DIR as being set for crates
2016-02-25 borsAuto merge of #2411 - sbeckeriv:cargo-cache-doc-update...
2016-02-25 borsAuto merge of #2414 - sbeckeriv:document-bit-env-flag...
2016-02-25 Stephen Becker IVFix name
2016-02-25 Stephen Becker IVAdd a note for the 32 bit flag
2016-02-25 Stephen Becker IVUpdated text based on pull request
2016-02-25 borsAuto merge of #2407 - alexcrichton:better-failed-auth...
2016-02-25 Alex CrichtonAuth with more usernames and improve errors
2016-02-24 borsAuto merge of #2400 - JIghtuse:master, r=alexcrichton
2016-02-24 Boris EgorovClarify third party subcommand failure error message
2016-02-24 Stephen Becker IVAdd information package caching.
2016-02-24 borsAuto merge of #2369 - alexcrichton:no-more-ar, r=alexcr...
2016-02-22 borsAuto merge of #2404 - JIghtuse:no_rebuilds_for_local_in...
2016-02-22 Boris EgorovAvoid unnecessary rebuild on local installation
2016-02-22 Alex CrichtonMove Context::get_package to returning a Result
2016-02-22 Alex CrichtonImplement a fallible PackageSet::get
2016-02-19 Alex CrichtonGo through `layout` to get doc dir output directories
2016-02-19 Alex CrichtonMerge the get/download methods on the Source trait
2016-02-19 Alex CrichtonRemove SourceSet
2016-02-19 Alex CrichtonRemove the ability to list packages in PackageSet
2016-02-19 Alex CrichtonMove the `get_package` step later when calculating...
2016-02-19 Alex CrichtonRefactor build script output state initialization
2016-02-19 Alex CrichtonRefactor links validation to not use PackageSet
2016-02-19 Alex CrichtonFuse SourceMap and PackageSet
2016-02-19 Alex CrichtonRead configuration from environment variables
2016-02-19 Alex CrichtonMake Config::get private
2016-02-19 Alex CrichtonRefactor configuration return values
2016-02-18 borsAuto merge of #2393 - WiSaGaN:bugfix/tests-mod-naming...
2016-02-18 Wangshan LuFix naming of tests mod in cargo new
2016-02-17 borsAuto merge of #2390 - vi:conditionalize_adding_cargo_lo...
2016-02-17 Vitaly _Vi... cargo init: Implement test for conditional Cargo.lock...
2016-02-17 borsAuto merge of #2391 - alexcrichton:update, r=alexcrichton
2016-02-17 Alex CrichtonUpdate tar-rs dependency
2016-02-17 borsAuto merge of #2389 - vu3rdd:doc-init, r=alexcrichton
2016-02-17 Vitaly _Vi... cargo new/init: Conditionalize adding Cargo.lock to...
2016-02-17 Ramakrishnan... document "cargo init"
2016-02-16 borsAuto merge of #2328 - alexcrichton:target-specific...
2016-02-14 Alex CrichtonImplement cfg-based target-specific dependencies
2016-02-14 borsAuto merge of #2387 - alexcrichton:update, r=alexcrichton
2016-02-14 Alex CrichtonUpdate some dependencies, plus the rust version
2016-02-12 borsAuto merge of #2365 - japaric:env-gt-config, r=alexcrichton
2016-02-12 borsAuto merge of #2384 - jseyfried:master, r=alexcrichton
2016-02-12 Jeffrey SeyfriedRemove non-inline modules in blocks
2016-02-12 borsAuto merge of #2382 - carols10cents:pointer-to-release...
2016-02-12 Carol (Nichols... Add a note about release notes being in Rust's release...
2016-02-11 borsAuto merge of #2370 - alexcrichton:windows-jobs, r...
2016-02-11 Alex CrichtonUse job objects on windows for ctrl-c to work
2016-02-08 Alex CrichtonRemove config references to the `ar` tool
2016-02-06 Jorge Apariciofix: prefer env variables over config files
2016-02-05 borsAuto merge of #2315 - alexcrichton:decode-some-signals...
2016-02-05 borsAuto merge of #2359 - matklad:metadata-no-deps, r=alexc...
2016-02-05 Aleksey Kladovmetadata: add --no-deps option
2016-02-05 borsAuto merge of #2335 - fpgaminer:config-target, r=alexcr...
2016-02-05 borsAuto merge of #2357 - matklad:no-more-warnings-in-tests...
2016-02-05 borsAuto merge of #2360 - jedireza:copy-change, r=alexcrichton
2016-02-05 jedirezaFix typo on build script page
2016-02-05 Aleksey Kladovtests: deny warnings
2016-02-02 borsAuto merge of #2355 - alexcrichton:fix-ordering-bug...
2016-02-02 Alex CrichtonFix DAG ordering of passed -L flags
2016-02-02 borsAuto merge of #2353 - debris:bench_no_run, r=alexcrichton
2016-02-02 debrisfixed cargo bench --no-run
2016-02-02 borsAuto merge of #2351 - rbtcollins:master, r=alexcrichton
2016-02-02 borsAuto merge of #2352 - alexcrichton:new-snapshots, r...
2016-02-02 Alex CrichtonRegister new snapshots
2016-02-02 Robert CollinsFix warning about private types in API.
2016-02-01 borsAuto merge of #2348 - steveklabnik:gh2337, r=alexcrichton
2016-02-01 Steve KlabnikAdd a test for this too
2016-02-01 borsAuto merge of #2344 - Stebalien:upgrade-term, r=alexcri...
2016-02-01 Steven AllenDon't fall back on stderr if color is unavailable
2016-02-01 Steven AllenDetect whether or not the terminal supports color.
2016-02-01 Steve KlabnikBump semver version
2016-02-01 borsAuto merge of #2336 - antonlarin:version-flag-intercept...
2016-02-01 borsAuto merge of #2347 - alexcrichton:robust-tests, r...
2016-02-01 Alex CrichtonMake tests a little more robust
2016-01-31 Anton LarinAdd a test for --version flag interception
2016-01-30 Steven AllenRevert "Downgrade term crate back down to 0.2 (from...
2016-01-30 borsAuto merge of #2340 - gentoo90:bash-comp, r=alexcrichton
2016-01-30 gentoo90Bashcomp: complete init and metadata commands
2016-01-30 borsAuto merge of #2339 - pnkfelix:downgrade-term-crate...
2016-01-30 Felix S. Klock IIDowngrade term crate back down to 0.2 (from 0.4).
2016-01-30 Anton LarinFix interception of subcommand --version flag
2016-01-30 fpgaminerSet target using config file
2016-01-30 borsAuto merge of #2333 - matklad:remove-unused-var, r...
next